if (MessageBox (hDlg, "Cc By Mail will only operate correctly if you enable Review before posting. Would you like enable Review before posting?", "Attachment Usage Suggestion", MB_YESNOCANCEL|MB_ICONINFORMATION) == IDYES)
ReviewAttach = TRUE;
else
{
MessageBox (hDlg, "Cc By Mail disabled", "Warning", MB_OK);